* {
	margin: 0;
	padding: 0;

	/*-webkit-font-smoothing: antialiased;*/

	/*-webkit-box-sizing: border-box;*/
	/*-moz-box-sizing: border-box;*/
	/*box-sizing: border-box;*/
}

/*::selection {*/
/*background: #bfa57c;*/
/*color: #fff;*/
/*}*/

.banner {
	position: relative;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;

	/*color: rgba(255, 255, 255, .6);*/
	/*text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);*/
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, .25);*/
}

.banner ul {
	list-style: none;
	width: 300%;
}

.banner ul li {
	display: block;
	float: left;
	width: 33%;
	height: 450px;
	position: relative;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;

	/*box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .1);*/
}
/*.banner .shadow{*/
/*position: absolute;*/
/*width: 100%;*/
/*bottom: 0px;*/
/*height: 25px;*/
/*background-image: url("../images/hui.png");*/
/**left: 0;*/
/*}*/
.banner .dots {
	position: absolute;
	right: 250px;
	width: auto;
	bottom: 25px;
	height: 25px;
}

.banner .dots li {
	display: inline-block;
	_zoom: 1;
	*display: inline;
	background: url("../images/circle.png") no-repeat;
	width: 13px;
	height: 13px;
	margin: 7px 4px;
	float: left;
!important;
	text-indent: -999em;
	cursor: pointer;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.banner .dots li.active {

	background: url("../images/circle-focus.png") no-repeat;

}

.banner .arrows {
	color: #fff;

}

.banner .arrow {
	display: inline;
	cursor: pointer;

}

.banner .arrow:first-child {
	background: url(../images/arrow-left.png) no-repeat;
	width: 26px;
	height: 64px;
	left: 0;
	position: absolute;
}

.banner .next {
	background: url("../images/arrow-right.png") no-repeat;
	width: 26px;
	height: 64px;
	right: 0;
	/*background-color: blue;*/
	position: absolute;
}